From: Fabián Ezequiel Gallina Date: Thu, 17 May 2012 03:03:06 +0000 (-0300) Subject: Use insert instead of insert-string X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~2246 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2db30ac50abaa2630285a24363be3ccda8889ce0;p=emacs.git Use insert instead of insert-string --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 6a5435afb24..650f030067c 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -1160,7 +1160,7 @@ Return the output." (> (length python-shell-prompt-output-regexp) 0)) (setq output-buffer (with-temp-buffer - (insert-string output-buffer) + (insert output-buffer) (goto-char (point-min)) (forward-comment 1) (buffer-substring-no-properties